'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of Short) _ )
'Usage
Dim collection As IEnumerable(Of Short) Dim instance As New Int16Collection(collection)
public Int16Collection( IEnumerable<short> collection )
public: Int16Collection( IEnumerable<short>^ collection )
Parameters
- collection
- A collection of System.Int16 values to populate the collection with